Re-enable gggl-lies
authorDaniel Sabo <DanielSabo@gmail.com>
Tue, 30 Apr 2013 01:10:25 +0000 (18:10 -0700)
committerDaniel Sabo <DanielSabo@gmail.com>
Tue, 30 Apr 2013 01:18:12 +0000 (18:18 -0700)
It was not the source of the troubles I had blamed it for.

extensions/gggl-lies.c

index 058ec8ee1b993e8c529aeac55667c634e256d521..47a973b7c8c32751a1e0d01db429fc73b41b5428 100644 (file)
@@ -1564,7 +1564,6 @@ int init (void);
 int
 init (void)
 {
-#if 0
   const Babl *rgbaF = babl_format_new (
     babl_model ("RGBA"),
     babl_type ("float"),
@@ -1759,7 +1758,6 @@ init (void)
   o (rgb8, rgbA8);
   o (rgba8, rgb8);
   o (rgbaF, rgbA8);
-#endif
 
   return 0;
 }